projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9959ea9
)
GskRenderer: Add missing nullable annotation
author
Timm Bäder
<mail@baedert.org>
Sun, 8 Jul 2018 10:39:06 +0000
(12:39 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 8 Jul 2018 19:50:59 +0000
(21:50 +0200)
gsk/gskrenderer.c
patch
|
blob
|
history
diff --git
a/gsk/gskrenderer.c
b/gsk/gskrenderer.c
index 11b8cd2074afb65ae99436ca6a15ddb4198a11cd..d321c501817bc34b50f9e55940344c520ca7dd3b 100644
(file)
--- a/
gsk/gskrenderer.c
+++ b/
gsk/gskrenderer.c
@@
-448,8
+448,8
@@
gsk_renderer_render_texture (GskRenderer *renderer,
* gsk_renderer_render:
* @renderer: a #GskRenderer
* @root: a #GskRenderNode
- * @region:
the #cairo_region_t that must be redrawn or %NULL for the whole
- * window
+ * @region:
(nullable): the #cairo_region_t that must be redrawn or %NULL
+ *
for the whole
window
*
* Renders the scene graph, described by a tree of #GskRenderNode instances,
* ensuring that the given @region gets redrawn.